DataSource for Entity Framework in WPF
C1.LiveLinq.AdoNet Namespace / IndexedDataTable<TRow> Class / Count Property

In This Topic
    Count Property (IndexedDataTable<TRow>)
    In This Topic
    Gets the number of rows in the data table.
    Syntax
    'Declaration
     
    Public ReadOnly Property Count As Integer
    public int Count {get;}
    Remarks
    This property returns the same number of rows as the Count property of the System.Data.DataTable represented by this IndexedDataTable<TRow>
    See Also